27 questions with Windows Driver Kit (WDK) tags

Sort by: Updated
0 answers

PCIe driver using WDF: Cannot access memory value

I am writing a PCIe driver using WDF, but I'm having trouble accessing memory values. Specifically, when I use MmMapIoSpaceEx to map Bar0 memory space to a virtual address with continuous length, I cannot read or write values to memory. The device has…

Windows 11
Windows 11
A Microsoft operating system designed for productivity, creativity, and ease of use.
8,544 questions
Windows Driver Kit (WDK)
Windows Driver Kit (WDK)
A set of Microsoft tools that are used to develop, test, and deploy Windows drivers.
27 questions
asked 2024-06-07T02:52:36.5766667+00:00
wenjay chen 0 Reputation points
2 answers

How to use DrvDeviceCapabilities in winddiui.h (WITH winspool.lib added but LNK2019 unresolved external symbol STILL occured )

Function DrvDeviceCapabilities(winddiui.h) should be used if I want to identify a printer's color capability according to this link. But there is always a link error (LNK2019 unresolved external symbol ) though I added winspool.lib to Library Directories…

C++
C++
A high-level, general-purpose programming language, created as an extension of the C programming language, that has object-oriented, generic, and functional features in addition to facilities for low-level memory manipulation.
3,579 questions
Windows Driver Kit (WDK)
Windows Driver Kit (WDK)
A set of Microsoft tools that are used to develop, test, and deploy Windows drivers.
27 questions
asked 2024-06-06T01:41:05.85+00:00
GanDalf LeBron 0 Reputation points
answered 2024-06-06T10:05:25.2+00:00
RLWA32 41,696 Reputation points
0 answers

SDV Deprecation Announcement

Hello Windows driver developer community. I’m part of the Windows Driver Kit (WDK) team here at Microsoft. I wanted to give an update on our static analysis strategy for drivers. As most of you know, we’ve supported three different code analysis tools…

Windows Driver Kit (WDK)
Windows Driver Kit (WDK)
A set of Microsoft tools that are used to develop, test, and deploy Windows drivers.
27 questions
asked 2024-06-05T06:46:55.54+00:00
Paul Eze 0 Reputation points Microsoft Employee
0 answers

Device Manager does not show 'Bus Reported Device Description'

Hi, i need the device description for my APP, but unfortunately appropriate API calls does not return anything and by investigating the device manager it does not show up either. I am searching the USB enumeration list until the correct vid pid and a…

C++
C++
A high-level, general-purpose programming language, created as an extension of the C programming language, that has object-oriented, generic, and functional features in addition to facilities for low-level memory manipulation.
3,579 questions
Windows Hardware Performance
Windows Hardware Performance
Windows: A family of Microsoft operating systems that run across personal computers, tablets, laptops, phones, internet of things devices, self-contained mixed reality headsets, large collaboration screens, and other devices.Hardware Performance: Delivering / providing hardware or hardware systems or adjusting / adapting hardware or hardware systems.
1,564 questions
Windows Driver Kit (WDK)
Windows Driver Kit (WDK)
A set of Microsoft tools that are used to develop, test, and deploy Windows drivers.
27 questions
asked 2024-06-04T06:54:08.5766667+00:00
MO_660 0 Reputation points
edited the question 2024-06-04T09:20:19.4166667+00:00
Minxin Yu 10,456 Reputation points Microsoft Vendor
0 answers

Is there a DxgkDdi interface can be triggered by pressing keys?

I am developing a display driver, and I want to manually call the kernel function during gpuhang, instead of waiting until the system times out to call it automatically. I would like to ask if dxgkddi has a similar interface, which can be manually…

Windows Hardware Performance
Windows Hardware Performance
Windows: A family of Microsoft operating systems that run across personal computers, tablets, laptops, phones, internet of things devices, self-contained mixed reality headsets, large collaboration screens, and other devices.Hardware Performance: Delivering / providing hardware or hardware systems or adjusting / adapting hardware or hardware systems.
1,564 questions
Windows Driver Kit (WDK)
Windows Driver Kit (WDK)
A set of Microsoft tools that are used to develop, test, and deploy Windows drivers.
27 questions
asked 2024-06-04T07:17:31.9466667+00:00
Kevin Yuan 0 Reputation points
1 answer

How to Setup the Microsoft IPP Driver for the printer support app.?

Hi, I am trying to develop the PSA application with Microsoft IPP Driver can you guide me in setting up the Driver for the printer. PSA extensions: <Extensions> <printsupport:Extension Category="windows.printSupportWorkflow"…

Universal Windows Platform (UWP)
Windows Driver Kit (WDK)
Windows Driver Kit (WDK)
A set of Microsoft tools that are used to develop, test, and deploy Windows drivers.
27 questions
asked 2024-06-03T06:42:17.1133333+00:00
Pegasus Admin 0 Reputation points
answered 2024-06-03T23:17:02.9933333+00:00
Manu M 0 Reputation points Microsoft Employee
0 answers

[HLK] All test items failed at "Configure Crash dump event log setting" since cmd te.exe failed.

Dear Microsoft QA team, I am currently conducting HLK testing for a newly developed Windows 11 driver. The testing environment is newly deployed. However, all test items are failing at the initial "Configure Crash dump event log setting" stage.…

Windows 10
Windows 10
A Microsoft operating system that runs on personal computers and tablets.
10,893 questions
Windows Server
Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
12,368 questions
Windows 11
Windows 11
A Microsoft operating system designed for productivity, creativity, and ease of use.
8,544 questions
Windows Driver Kit (WDK)
Windows Driver Kit (WDK)
A set of Microsoft tools that are used to develop, test, and deploy Windows drivers.
27 questions
asked 2024-06-01T15:02:13.6566667+00:00
xiaoyalun (INT) 0 Reputation points
edited the question 2024-06-01T15:24:06.38+00:00
xiaoyalun (INT) 0 Reputation points
0 answers

Why RebootForDeiceRecovery step fails during HLK , DF - Concurrent Hardware And Operating System (CHAOS) Test (Development and Intergration).

Hi. I am currently in the process of HLK certifying the PCIe video capture card driver. The development environment is as follows. HLK Server OS: window server 2019 Standard Taget OS BuildNumber: Win10 1904 Drvier: KMDF 1.11 Connect Slot: PCIe…

Windows Hardware Performance
Windows Hardware Performance
Windows: A family of Microsoft operating systems that run across personal computers, tablets, laptops, phones, internet of things devices, self-contained mixed reality headsets, large collaboration screens, and other devices.Hardware Performance: Delivering / providing hardware or hardware systems or adjusting / adapting hardware or hardware systems.
1,564 questions
Windows Driver Kit (WDK)
Windows Driver Kit (WDK)
A set of Microsoft tools that are used to develop, test, and deploy Windows drivers.
27 questions
asked 2024-05-29T07:41:31.5+00:00
isjung 0 Reputation points
edited the question 2024-06-01T00:06:40.9+00:00
isjung 0 Reputation points
0 answers

Visual Studio 2022 : error 1296 Hardware 'Test_(01)' does not have an associated service using install section 'A9_GBD'

I upgraded my Visual Studio from 2017 to 2022, and also the SDK and WDK do the brand release. In the past with older releases I have no issue with V3 printer INF File. Now I always get an error with code 1296 Hardware 'Test_(01)' does not have an…

Windows Driver Kit (WDK)
Windows Driver Kit (WDK)
A set of Microsoft tools that are used to develop, test, and deploy Windows drivers.
27 questions
asked 2024-05-28T13:07:19.2933333+00:00
Hubert Brill 0 Reputation points
commented 2024-05-29T07:23:54.6233333+00:00
Hubert Brill 0 Reputation points
0 answers

How to access registry items under driver service registry key path of Win11 24H2 in a WDF driver?

I am currently utilizing a Kernel Mode Driver Framework (KMDF) driver, employing the RtlQueryRegistryValues function with parameters (RTL_REGISTRY_ABSOLUTE, L"\Registry\Machine\System\CurrentControlSet\Services...") to access specific registry…

C++
C++
A high-level, general-purpose programming language, created as an extension of the C programming language, that has object-oriented, generic, and functional features in addition to facilities for low-level memory manipulation.
3,579 questions
Windows Hardware Performance
Windows Hardware Performance
Windows: A family of Microsoft operating systems that run across personal computers, tablets, laptops, phones, internet of things devices, self-contained mixed reality headsets, large collaboration screens, and other devices.Hardware Performance: Delivering / providing hardware or hardware systems or adjusting / adapting hardware or hardware systems.
1,564 questions
Windows Driver Kit (WDK)
Windows Driver Kit (WDK)
A set of Microsoft tools that are used to develop, test, and deploy Windows drivers.
27 questions
asked 2024-05-22T01:22:02.8666667+00:00
Jingshan Song (Jingshan) 5 Reputation points
edited a comment 2024-05-28T11:36:39.61+00:00
RLWA32 41,696 Reputation points
0 answers

how to imporve SMB2 copy performance in win11 23H2 computer

hi : I encounter a SMB2 copy performance low problem. The test system is win11 23H2. I use a motor-comm NIC card(GigaBit) as a server, and use a Realtek NIC card(GigaBit) as a client. Then I run copy action. But I got a low performace. like…

Windows 11
Windows 11
A Microsoft operating system designed for productivity, creativity, and ease of use.
8,544 questions
Windows Driver Kit (WDK)
Windows Driver Kit (WDK)
A set of Microsoft tools that are used to develop, test, and deploy Windows drivers.
27 questions
asked 2024-05-24T09:33:57.9066667+00:00
xiaojiang gu 0 Reputation points
0 answers

how to imporve SMB2 copy performance in win11 23H2 computer

hi : I encounter a SMB2 copy performance low problem. The test system is win11 23H2. I use a motor-comm NIC card(GigaBit) as a server, and use a Realtke NIC card(GigaBit) as a client. Then I run copy action. But I got a low performace. like…

Windows 11
Windows 11
A Microsoft operating system designed for productivity, creativity, and ease of use.
8,544 questions
Windows Driver Kit (WDK)
Windows Driver Kit (WDK)
A set of Microsoft tools that are used to develop, test, and deploy Windows drivers.
27 questions
asked 2024-05-24T09:26:48.28+00:00
xiaojiang gu 0 Reputation points
0 answers

I want to submit ev signed file,when i submit my EV codesign,i got an issue. Does anyone know how about this?

i want to submit ev signed file,when i submit my EV codesign,i got an issue. Does anyone know how about this?

Microsoft Partner Center
Microsoft Partner Center
A Microsoft website for partners that provides access to product support, a partner community, and other partner services.
895 questions
Windows Driver Kit (WDK)
Windows Driver Kit (WDK)
A set of Microsoft tools that are used to develop, test, and deploy Windows drivers.
27 questions
asked 2024-05-20T07:33:13.12+00:00
晓东 王 0 Reputation points
commented 2024-05-24T09:04:45.6233333+00:00
Junjie Zhu - MSFT 16,146 Reputation points Microsoft Vendor
0 answers

Windows driver framework(WDF): For USB2 SecurityProtocolIn command fails with USBD_STATUS_CANCELLED

Drive is enumerated in USB 2.0 speed with UAS mode using windows driver. Scenario: In the test execution, drive is remotely power-cycled and performs sequential write and read USB command execution. Test has run for close to 62 hours and after 40th…

Windows 10
Windows 10
A Microsoft operating system that runs on personal computers and tablets.
10,893 questions
Windows 11
Windows 11
A Microsoft operating system designed for productivity, creativity, and ease of use.
8,544 questions
Windows Driver Kit (WDK)
Windows Driver Kit (WDK)
A set of Microsoft tools that are used to develop, test, and deploy Windows drivers.
27 questions
asked 2024-05-23T10:18:40.32+00:00
Veeresh Koninti 0 Reputation points
edited the question 2024-05-23T10:24:26.7733333+00:00
Veeresh Koninti 0 Reputation points
0 answers

How to add entry for DMA Remapping Policy

I am adding below line my INF: [MyServiceInstall_AddReg] HKR,Parameters,DmaRemappingCompatible,0x00010001,1 ; where 1 = opt-in I do not see "DMA Remapping policy" in my driver details in the device manager even after this change. Below is…

Windows Driver Kit (WDK)
Windows Driver Kit (WDK)
A set of Microsoft tools that are used to develop, test, and deploy Windows drivers.
27 questions
asked 2024-05-22T21:22:04.2766667+00:00
Dharmaraju, Vidya 0 Reputation points
0 answers

Windows driver framework(WDF): USB3 host stops consuming data for SCSI Read16 commands in UAS mode

I have an inhouse developed WDF based driver which can run USB SCSI commands in UAS mode in USB3 speed. Scenario: The test script queues multiple Read16 SCSI commands to the USB device and the execution runs for approx. 1hr 45min without any issues.…

Windows 10
Windows 10
A Microsoft operating system that runs on personal computers and tablets.
10,893 questions
Windows 11
Windows 11
A Microsoft operating system designed for productivity, creativity, and ease of use.
8,544 questions
Windows Driver Kit (WDK)
Windows Driver Kit (WDK)
A set of Microsoft tools that are used to develop, test, and deploy Windows drivers.
27 questions
asked 2024-05-22T08:23:26.9133333+00:00
Veeresh Koninti 0 Reputation points
edited the question 2024-05-22T09:14:50.7233333+00:00
Tianyu Sun-MSFT 28,341 Reputation points Microsoft Vendor
1 answer

Which certificate store would be used for code signing of Windows 10 Device Drivers on VS2015 using DigiCert USB Code Signing Token.

Regarding Windows device driver development, which Windows 10 Certificate Store should my company's 'DigiCert Trusted G4 Code RSA4096 SHA384 CA1' be visible in? (Using a hardware USB token) My DigiCert code signing certificate is visible in my Personal…

Windows 10
Windows 10
A Microsoft operating system that runs on personal computers and tablets.
10,893 questions
Windows Driver Kit (WDK)
Windows Driver Kit (WDK)
A set of Microsoft tools that are used to develop, test, and deploy Windows drivers.
27 questions
asked 2024-05-13T17:24:02.6033333+00:00
Bob Kuech 0 Reputation points
commented 2024-05-21T09:13:48.6866667+00:00
Daisy Zhou 19,911 Reputation points Microsoft Vendor
0 answers

How to Write a printer bluetooth (hcrp) language monitor.When I use pfnReadPort, I get error code 87.pfnWritePort can be written.

flag = (*pIniPort->fn.pfnReadPort)(pIniPort->hPort, pBuffer, cbBuf, pcbRead); if (!flag) { a = GetLastError(); MyDebug("LmReadPort:error code is %d", a); }

Windows Driver Kit (WDK)
Windows Driver Kit (WDK)
A set of Microsoft tools that are used to develop, test, and deploy Windows drivers.
27 questions
asked 2024-05-20T06:13:54.31+00:00
dadwdw 0 Reputation points
commented 2024-05-20T06:15:27.2766667+00:00
dadwdw 0 Reputation points
0 answers

Why can't I load drivers with HLK signatures on Windows 2008 R2?

Windows driver signature requirements 2008 R2 : Attestation (NO), HLK (YES), cross-signed certificate (YES) I can't load drivers with HLK signatures on Windows 2008 R2. fltmc load flt_drv  Error: 0x80070241 Windows cannot verify the digital…

Windows Server
Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
12,368 questions
Windows Driver Kit (WDK)
Windows Driver Kit (WDK)
A set of Microsoft tools that are used to develop, test, and deploy Windows drivers.
27 questions
asked 2024-05-20T04:44:03.4066667+00:00
권진현 0 Reputation points
1 answer One of the answers was accepted by the question author.

How can I change the icon of an MSI file?

Is it possible to customize the icon of an MSI file created using the WiX tool for a .NET project, rather than using the default icon suggested by the Windows system?

Windows Forms
Windows Forms
A set of .NET Framework managed libraries for developing graphical user interfaces.
1,860 questions
Windows Driver Kit (WDK)
Windows Driver Kit (WDK)
A set of Microsoft tools that are used to develop, test, and deploy Windows drivers.
27 questions
asked 2024-05-06T10:20:10.0866667+00:00
india-drive 20 Reputation points
accepted 2024-05-16T09:41:11.0333333+00:00
india-drive 20 Reputation points